Skip to content

fix(deps): update all patch versions#2495

Merged
trask merged 1 commit intomainfrom
renovate/all-patch-versions
Dec 2, 2025
Merged

fix(deps): update all patch versions#2495
trask merged 1 commit intomainfrom
renovate/all-patch-versions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
github/codeql-action action patch v4.31.5 -> v4.31.6 age confidence
com.uber.nullaway:nullaway dependencies patch 0.12.12 -> 0.12.13 age confidence

Release Notes

github/codeql-action (github/codeql-action)

v4.31.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

uber/NullAway (com.uber.nullaway:nullaway)

v0.12.13

NullAway now includes a new Error Prone checker, RequireExplicitNullMarking,
that checks that every class is explicitly @NullMarked or @NullUnmarked (at the class or package level), so code
is not left @NullUnmarked unintentionally. The check is disabled by default. See the docs
for further details.

NullAway also includes support for a new @PureExceptLambda annotation, contributed by @​FxMorin, to tell NullAway
to preserve nullability information from the enclosing method when analyzing the body of certain lambdas.
See the docs for details.

  • Use passed-in TreePath in one more place when available (#​1329)
  • Checker to ensure explicit null marking of every class (#​1323)
  • Bound size of alreadyRunAnalyses cache to be consistent (#​1334)
  • Improve inference for generic methods with lambda argument containing return statements by @​dhruv-agr (#​1337)
  • Add PureExceptLambda annotation by @​FxMorin (#​1325)
  • Support marking method type variable upper bounds as @Nullable in library models (#​1345)
  • Method name parsing in ExternalStubxLibraryModels class is missing a corner case by @​haewiful (#​1344)
  • Better fix for dataflow analysis caching (#​1353)
  • Maintenance

Configuration

📅 Schedule: Branch creation - "before 8am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 2, 2025
@renovate renovate bot requested a review from a team as a code owner December 2, 2025 00:51
@trask trask added this pull request to the merge queue Dec 2, 2025
Merged via the queue into main with commit 3516b30 Dec 2, 2025
23 checks passed
@trask trask deleted the renovate/all-patch-versions branch December 2, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant